fix(managed): point the managed API base at the real backend; launcher install fallback#10
Merged
Merged
Conversation
- Reword the ml agent's 'flywheel' phrasing as 'model specialization' across the prompt and skills; only Atlas skills remain in the bundle. - npx synsci: when global npm install fails (common on permissions), fall back to the standalone installer at openscience.sh/install instead of dead-ending. - Bump CLI + launcher to 1.2.3.
The managed/Atlas base defaulted to api.syntheticsciences.ai, which never existed as a host — so managed mode failed with 'fetch failed' / DNS errors for everyone. The real backend is app.syntheticsciences.ai (Vercel-fronted, /api/* proxied to Fly). Repoint the default plus the hardcoded github/share/OIDC refs (api.dev → app.dev for the preview path).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
cbed759 to
b9e5e7b
Compare
89fe821 to
26d62bc
Compare
26d62bc to
697b59b
Compare
This was referenced Jul 4, 2026
Aayam Bansal (aayambansal)
added a commit
that referenced
this pull request
Jul 7, 2026
…ort as a clean stop (#124) - Cap transient-error retries at MAX_RETRY_ATTEMPTS (10) per message generation. The while(true) retry loop was unbounded, and retry.ts marks any JSON body with an 'error' field as retryable, so a persistently-failing provider (or a permanent error arriving as JSON) retried forever. (#7) - Doom-loop detection now scans the last N *tool* parts (isDoomLoop helper) instead of the last N raw parts. Reasoning models emit a reasoning part before each tool call, so the last 3 raw parts were never 3 identical tool parts and the guard never fired against a genuinely looping tool. (#10) - A user-initiated abort no longer fires the session Error event: it's a clean cancellation, so record it on the message (turn still stops) but don't surface it as an error state in the UI. (#51)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix(managed): point default API base at app.syntheticsciences.ai
The managed/Atlas base defaulted to
api.syntheticsciences.ai, a host that never existed — managed mode failed with DNS/'fetch failed' errors (this is the root cause of the 'Could not initialize the graph. Check openscience connect login…' error users hit even whenopenscience connect loginsays Already authenticated). Repoints the default plus the hardcoded github/share/OIDC refs.chore: clean up agent prompt language, launcher install fallback, v1.2.3
npx synsci: falls back to the standalone installer at openscience.sh/install when global npm install fails (common on permissions) instead of dead-endingVerified: turbo typecheck clean, provider tests 174/174.